NET FTP Library
SendRawFTP(String,List<String>) Method






KellermanSoftware.NetFtpLibrary Namespace > FTP Class > SendRawFTP Method : SendRawFTP(String,List<String>) Method
Send a raw FTP command and apply to each passed file, do not expect a response
Syntax
'Declaration
 
Public Overloads Function SendRawFTP( _
   ByVal command As System.String, _
   ByVal files As System.Collections.Generic.List(Of String) _
) As System.Collections.Generic.List(Of String)
'Usage
 
Dim instance As FTP
Dim command As System.String
Dim files As System.Collections.Generic.List(Of String)
Dim value As System.Collections.Generic.List(Of String)
 
value = instance.SendRawFTP(command, files)
public System.Collections.Generic.List<string> SendRawFTP( 
   System.string command,
   System.Collections.Generic.List<string> files
)
public function SendRawFTP( 
    command: System.String;
    files: System.Collections.Generic.List
): System.Collections.Generic.List; 
public function SendRawFTP( 
   command : System.String,
   files : System.Collections.Generic.List
) : System.Collections.Generic.List;
public: System.Collections.Generic.List<string*>* SendRawFTP( 
   System.string* command,
   System.Collections.Generic.List<string*>* files
) 
public:
System.Collections.Generic.List<String^>^ SendRawFTP( 
   System.String^ command,
   System.Collections.Generic.List<String^>^ files
) 

Parameters

command
files
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FTP Class
FTP Members
Overload List